projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
babce06
)
(cperl-next-bad-style): Fix use of character constant.
author
Juanma Barranquero
<lekktu@gmail.com>
Fri, 14 Feb 2003 09:58:50 +0000
(09:58 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Fri, 14 Feb 2003 09:58:50 +0000
(09:58 +0000)
lisp/progmodes/cperl-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cperl-mode.el
b/lisp/progmodes/cperl-mode.el
index a7c1772012607e0907a16a360cddd3052f9b252d..bde44cbea911107a77af3b268af9e4bec58f3ccb 100644
(file)
--- a/
lisp/progmodes/cperl-mode.el
+++ b/
lisp/progmodes/cperl-mode.el
@@
-5980,7
+5980,7
@@
Currently it is tuned to C and Perl syntax."
(and (eq (following-char) ?\-)
(save-excursion
(skip-chars-backward " \t\n")
- (memq (preceding-char) '(?\= ?\> ?\< ?\, ?\(
, ?\[,
?\{))))
+ (memq (preceding-char) '(?\= ?\> ?\< ?\, ?\(
?\[
?\{))))
;; Now check for syntax type
(save-match-data
(setq found (point))